home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / sgml-data.postrm < prev    next >
Encoding:
Text File  |  2005-07-07  |  354 b   |  13 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installcatalogs
  4. if [ "$1" = "purge" ]; then
  5.     rm -f /etc/sgml/sgml-data.cat /etc/sgml/sgml-data.cat.old
  6. fi
  7. # End automatically added section
  8. # Automatically added by dh_installxmlcatalogs
  9. if [ "$1" = "purge" ]; then
  10.     rm -f /etc/xml/sgml-data.xml /etc/xml/sgml-data.xml.old
  11. fi
  12. # End automatically added section
  13.